Skip to content

Conversation

@sayakpaul
Copy link
Member

What does this PR do?

If we run:

from diffusers import StableDiffusionXLPipeline 

pipe = StableDiffusionXLPipeline.from_pretrained("hf-internal-testing/tiny-stable-diffusion-xl-pipe")

we get:

Guiders are currently an experimental feature under active development. The API is subject to breaking changes in future releases.

Despite the fact, StableDiffusionXLPipeline or the code above isn't using the guider component. Moving it to the init of BaseGuidance class is one way to solve it (which is what this PR does).

@sayakpaul sayakpaul requested a review from yiyixuxu October 25, 2025 21:52
@HuggingFaceDocBuilderDev

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

Copy link
Collaborator

@yiyixuxu yiyixuxu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh thanks for fixing this

@yiyixuxu yiyixuxu merged commit 500b9cf into main Oct 26, 2025
15 checks passed
@yiyixuxu yiyixuxu deleted the move-guiders-experimental-warning branch October 26, 2025 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants